SixBit API Schema
EmailType Simple Type
Description
The email address.
Namespace (none)
Type
Restriction of xs:string
Diagram
EmailType Simple Type
Overview
EmailType Restriction of xs:string
The email address.
Facets
MaxLength80
MinLength0
Source
<xs:simpleType name="EmailType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The email address.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="80" />
    <xs:minLength value="0" />
  </xs:restriction>
</xs:simpleType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.